Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 17 - File Objects / File Objects Reference
File Objects Routines / Managing Unknown Objects


Q3UnknownText_EmptyData

You can use the Q3UnknownText_EmptyData function to dispose of the memory allocated by a previous call to Q3UnknownText_GetData.

TQ3Status Q3UnknownText_EmptyData (
TQ3UnknownTextData *unknownTextData);
unknownTextData
A pointer to an unknown text data structure that was filled in by a previous call to Q3UnknownText_GetData.
DESCRIPTION
The Q3UnknownText_EmptyData function deallocates the memory pointed to by the fields of the unknownTextData parameter. If successful, Q3UnknownText_EmptyData sets those fields to the value NULL.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996